home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Access / Levels / Level_Global < prev    next >
Text File  |  1996-11-05  |  2KB  |  81 lines

  1. ; File: BBS:Access/Users/Level_Global
  2. ; Purpose: Sets Global Access Details
  3. ;
  4. ; the settings are set for each access level availiable (defined in Level_List)
  5. ; then are overridden by access settings in the BBS:Access/Users/Level_xxx files
  6. ; (where xxx is a number upto 255)
  7.  
  8. ; this file is used in the same way as /X uses it's BBS:Access/ACS.XXX.info files
  9.  
  10. ; Access Commands
  11.  
  12. DownloadFiles=ON
  13. UploadFiles=ON
  14. SysopComment=ON
  15. ReadMail=ON
  16. WriteMail=ON
  17. ScanMail=ON
  18. AllowEdit=ON
  19. AllowStatus=ON
  20. ScanFiles=ON
  21. AllowView=ON
  22.  
  23. ; W commands
  24.  
  25. EditHandle=OFF
  26. EditRealName=OFF
  27. EditPassword=ON
  28. EditGroup=ON
  29. EditLocation=ON
  30. EditCountry=ON
  31. EditComputer=ON
  32. EditPhoneNumber=OFF
  33. EditLines=ON
  34. EditScreenType=ON
  35. EditEditor=OFF ; *C* Not Implemented yet
  36. EditProtocol=ON
  37.  
  38. ; Message Options
  39.  
  40. DeleteMail=ON
  41. DeleteGroup=OFF
  42. DeleteAnyone=OFF
  43. AllowANSI=OFF    ; allows user to use ansi in messages if enabled
  44.                              ; great for posting bbs adds! :-)
  45. AllowPrivate=OFF   ; allows user to write private mail to another user
  46.                              ; (disables/enables the Private (Y/N) prompt!)
  47. AllowMultiple=OFF  ; this setting when enabled allows users
  48.                              ; to select more than one person to send mail to
  49.                              ; by seperating the names with commas
  50.                              ; e.g, To: HYDRA,cRUISe,Oedipus
  51.                              ; this will duplicate the message for each user
  52.                              ; so they can reply/delete accoringly...
  53.  
  54. AllowGROUP=OFF
  55. AllowALL=ON ; allow user to write messages to all users
  56.                          ; messages with ALL status are skipped by mailscans
  57.                          ; unless the user has specified otherwise in thier
  58.                          ; config options
  59. AllowEVERYBODY=OFF ; same as EALL in /X
  60.  
  61. AttachFiles=ON         ; allowed to attach any file at all ?
  62. AllowPrivateFiles=ON   ; Allows user to attach files to private messages
  63. AllowGroupFiles=ON     ; allows user to attach files to "group" messages
  64. AllowALLFiles=OFF      ; allows user to attach files to "ALL" messages
  65. AllowEVERYONEFiles=OFF ; allows user to attach files to "everybody" messages
  66. AllowMultiFiles=OFF
  67.  
  68. AutoExpireMsg=ON
  69.  
  70. ; Transfer Options
  71.  
  72. ;sysop commands
  73.  
  74. AccountEditing=OFF  ; *I* Not Implemented
  75. BreakChat=OFF       ; *I* Not Implemented
  76.  
  77. UnlimitedTime=OFF
  78. UnlimitedCalls=OFF
  79. UnlimitedBytes=OFF
  80. UnlimitedChat=OFF
  81.